chmod mode filelist
Sets permissions of each of the files in the list
filelist to mode, where mode is an
absolute numeric mode or symbolic permissions as in the UNIX
chmod(C) command. To specify a mode as octal, it
should be prefixed with 0
(for example,
0622
).